home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / cardone.arj / CARD_.EXE / CARD.BAT next >
DOS Batch File  |  1994-03-01  |  2KB  |  96 lines

  1. echo off
  2. cls
  3. break=off
  4. :start
  5. cursa 0
  6. evalmenu
  7. pickesc 1234567890HMQR
  8. if errorlevel 15 goto start
  9. if errorlevel 14 goto reg
  10. if errorlevel 13 goto dos
  11. if errorlevel 12 goto vmode
  12. if errorlevel 11 goto helpa
  13. if errorlevel 10 goto dots
  14. if errorlevel  9 goto crossh
  15. if errorlevel  8 goto green
  16. if errorlevel  7 goto blue
  17. if errorlevel  6 goto red
  18. if errorlevel  5 goto white
  19. if errorlevel  4 goto cga
  20. if errorlevel  3 goto ega
  21. if errorlevel  2 goto vga
  22. if errorlevel  1 goto demo
  23. goto dos
  24. :demo
  25. chkmode 19
  26. if errorlevel 1 goto start
  27. vgacolor
  28. if errorlevel 1 press
  29. goto start
  30. :vga
  31. chkmode 18
  32. if errorlevel 1 goto start
  33. vgacard
  34. if errorlevel 1 press
  35. goto start
  36. :ega
  37. chkmode 16
  38. if errorlevel 1 goto start
  39. egacard
  40. if errorlevel 1 press
  41. goto start
  42. :cga
  43. chkmode 4
  44. if errorlevel 1 goto start
  45. cgacard
  46. if errorlevel 1 press
  47. goto start
  48. :white
  49. purityw
  50. press off
  51. goto start
  52. :red
  53. purityr
  54. press off
  55. goto start
  56. :blue
  57. purityb
  58. press off
  59. goto start
  60. :green
  61. purityg
  62. press off
  63. goto start
  64. :crossh
  65. crosshat
  66. if errorlevel 2 modemono
  67. if errorlevel 1 press
  68. goto start
  69. :dots
  70. dots
  71. if errorlevel 2 modemono
  72. if errorlevel 1 press
  73. goto start
  74. :helpa
  75. help!
  76. goto start
  77. :vmode
  78. wipeleft
  79. ersvmode
  80. wiperite
  81. goto start
  82. :reg
  83. lyst register.txt
  84. goto start
  85. :dos
  86. wipeleft
  87. clr 9
  88. cursa 1
  89. break=on
  90. echo         ╒════════════════════════════════════════════════════════════╕
  91. echo         │                                                            │
  92. echo         │      REGISTRATION is only fair.... Look at REGISTER.TXT    │
  93. echo         │                                                            │
  94. echo         ╘════════════════════════════════════════════════════════════╛
  95. :fini
  96.